Api.EnableServerLog method
Enables the connection messages from the KINGSTAR runtime on RTX64 console.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsError EnableServerLog(
bool Active
)
Public Function EnableServerLog(
Active As Boolean
) As KsError
Parameters
Active
Type: bool
true to enable, and false to disable displaying messages. By default, it is true.
Return value
Type: KsError
A return code of a method.
Remarks
This method must be called after Create or CreateAsync and before Start.
Usable EtherCAT states
ecatOffline
Examples
N/A
See also